object DefineStat: TDefineStat Left = 218 Top = 132 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Define Status' ClientHeight = 376 ClientWidth = 341 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True end object Label3: TLabel Left = 40 Top = 16 Width = 258 Height = 13 Caption = 'Enter the definition of the status bar and status window' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 55 Top = 30 Width = 87 Height = 13 Caption = 'in the fields below.' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object ComText: TLabel Left = 12 Top = 74 Width = 56 Height = 13 Caption = 'Status Line:' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 12 Top = 122 Width = 75 Height = 13 Caption = 'Status Window:' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object OKBtn: TBitBtn Left = 88 Top = 340 Width = 77 Height = 27 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 172 Top = 340 Width = 77 Height = 27 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 256 Top = 340 Width = 77 Height = 27 HelpContext = 205 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object StatLine: TEdit Left = 12 Top = 88 Width = 320 Height = 21 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end object StatWin: TMemo Left = 12 Top = 136 Width = 320 Height = 193 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 4 WordWrap = False end end